home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / FWGraphx / Include / FWGraphx.h < prev    next >
Encoding:
Text File  |  1996-04-25  |  3.7 KB  |  297 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWGraphx.h
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWGRAPHX_H
  11. #define FWGRAPHX_H
  12.  
  13. #ifndef FWARCSHP_H
  14. #include "FWArcShp.h"
  15. #endif
  16.  
  17. #ifndef FWBITMAP_H
  18. #include "FWBitmap.h"
  19. #endif
  20.  
  21. #ifndef FWBMPSHP_H
  22. #include "FWBmpShp.h"
  23. #endif
  24.  
  25. #ifndef FWBNDSHP_H
  26. #include "FWBndShp.h"
  27. #endif
  28.  
  29. #ifndef FWBTXTSH_H
  30. #include "FWBTxtSh.h"
  31. #endif
  32.  
  33. #ifndef FWCOLOR_H
  34. #include "FWColor.h"
  35. #endif
  36.  
  37. #ifndef FWFCTINF_H
  38. #include "FWFctInf.h"
  39. #endif
  40.  
  41. #ifndef FWFONT_H
  42. #include "FWFont.h"
  43. #endif
  44.  
  45. #ifndef FWFONTLI_H
  46. #include "FWFontLi.h"
  47. #endif
  48.  
  49. #ifndef FWGC_H
  50. #include "FWGC.h"
  51. #endif
  52.  
  53. #ifndef FWGCONST_H
  54. #include "FWGConst.h"
  55. #endif
  56.  
  57. #ifndef FWGDIOBJ_H
  58. #include "FWGDIObj.h"
  59. #endif
  60.  
  61. #ifndef FWGRINIT_H
  62. #include "FWGrInit.h"
  63. #endif
  64.  
  65. #ifndef FWGRREF_H
  66. #include "FWGrRef.h"
  67. #endif
  68.  
  69. #ifndef FWGRUTIL_H
  70. #include "FWGrUtil.h"
  71. #endif
  72.  
  73. #ifndef FWGXCFG_H
  74. #include "FWGXCfg.h"
  75. #endif
  76.  
  77. #ifndef FWGXUTIL_H
  78. #include "FWGXUtil.h"
  79. #endif
  80.  
  81. #ifndef FWICON_H
  82. #include "FWIcon.h"
  83. #endif
  84.  
  85. #ifndef FWICONSH_H
  86. #include "FWIconSh.h"
  87. #endif
  88.  
  89. #ifndef FWINK_H
  90. #include "FWInk.h"
  91. #endif
  92.  
  93. #ifndef FWLINSHP_H
  94. #include "FWLinShp.h"
  95. #endif
  96.  
  97. #ifndef FWMAPING_H
  98. #include "FWMaping.h"
  99. #endif
  100.  
  101. #ifndef FWOVLSHP_H
  102. #include "FWOvlShp.h"
  103. #endif
  104.  
  105. #ifndef FWPALETE_H
  106. #include "FWPalete.h"
  107. #endif
  108.  
  109. #ifndef FWPAT_H
  110. #include "FWPat.h"
  111. #endif
  112.  
  113. #ifndef FWPICSHP_H
  114. #include "FWPicShp.h"
  115. #endif
  116.  
  117. #ifndef FWPICTUR_H
  118. #include "FWPictur.h"
  119. #endif
  120.  
  121. #ifndef FWPOLY_H
  122. #include "FWPoly.h"
  123. #endif
  124.  
  125. #ifndef FWPOLYSH_H
  126. #include "FWPolySh.h"
  127. #endif
  128.  
  129. #ifndef FWRECSHP_H
  130. #include "FWRecShp.h"
  131. #endif
  132.  
  133. #ifndef FWREGION_H
  134. #include "FWRegion.h"
  135. #endif
  136.  
  137. #ifndef FWRGNSHP_H
  138. #include "FWRgnShp.h"
  139. #endif
  140.  
  141. #ifndef FWRRCSHP_H
  142. #include "FWRRcShp.h"
  143. #endif
  144.  
  145. #ifndef FWSCRCON_H
  146. #include "FWScrCon.h"
  147. #endif
  148.  
  149. #ifndef FWSHAPE_H
  150. #include "FWShape.h"
  151. #endif
  152.  
  153. #ifndef FWSHLISH_H
  154. #include "FWShLiSh.h"
  155. #endif
  156.  
  157. #ifndef FWSHPLST_H
  158. #include "FWShpLst.h"
  159. #endif
  160.  
  161. #ifndef FWSTYLE_H
  162. #include "FWStyle.h"
  163. #endif
  164.  
  165. #ifndef FWTXTBOX_H
  166. #include "FWTxtBox.h"
  167. #endif
  168.  
  169. #ifndef FWTXTSHP_H
  170. #include "FWTxtShp.h"
  171. #endif
  172.  
  173. #ifndef FWWINDIB_H
  174. #include "FWWinDIB.h"
  175. #endif
  176.  
  177. #ifndef FWWINRES_H
  178. #include "FWWinRes.h"
  179. #endif
  180.  
  181. #ifndef SLBITMAP_H
  182. #include "SLBitmap.h"
  183. #endif
  184.  
  185. #ifndef SLCOLOR_H
  186. #include "SLColor.h"
  187. #endif
  188.  
  189. #ifndef SLGC_H
  190. #include "SLGC.h"
  191. #endif
  192.  
  193. #ifndef SLGDEV_H
  194. #include "SLGDev.h"
  195. #endif
  196.  
  197. #ifndef SLGRDEF_H
  198. #include "SLGrDef.h"
  199. #endif
  200.  
  201. #ifndef SLGRGLOB_H
  202. #include "SLGrGlob.h"
  203. #endif
  204.  
  205. #ifndef SLGRUTIL_H
  206. #include "SLGrUtil.h"
  207. #endif
  208.  
  209. #ifndef SLICON_H
  210. #include "SLIcon.h"
  211. #endif
  212.  
  213. #ifndef SLMAPING_H
  214. #include "SLMaping.h"
  215. #endif
  216.  
  217. #ifndef SLPALETE_H
  218. #include "SLPalete.h"
  219. #endif
  220.  
  221. #ifndef SLPAT_H
  222. #include "SLPat.h"
  223. #endif
  224.  
  225. #ifndef SLPICTUR_H
  226. #include "SLPictur.h"
  227. #endif
  228.  
  229. #ifndef SLPOLY_H
  230. #include "SLPoly.h"
  231. #endif
  232.  
  233. #ifndef SLREGION_H
  234. #include "SLRegion.h"
  235. #endif
  236.  
  237. #ifndef SLRENDER_H
  238. #include "SLRender.h"
  239. #endif
  240.  
  241. #ifndef SLSHATTR_H
  242. #include "SLShAttr.h"
  243. #endif
  244.  
  245. #ifndef SLWINDIB_H
  246. #include "SLWinDIB.h"
  247. #endif
  248.  
  249. #ifndef SLGCONST_K
  250. #include "SLGConst.k"
  251. #endif
  252.  
  253. #if FW_PRECOMPILE_PRIVATE_HEADERS
  254.  
  255. #ifndef PRBITMAP_H
  256. #include "PRBitmap.h"
  257. #endif
  258.  
  259. #ifndef PRGDEV_H
  260. #include "PRGDev.h"
  261. #endif
  262.  
  263. #ifndef PRGRREF_H
  264. #include "PRGrRef.h"
  265. #endif
  266.  
  267. #ifndef PRGRUTIL_H
  268. #include "PRGrUtil.h"
  269. #endif
  270.  
  271. #ifndef PRICON_H
  272. #include "PRIcon.h"
  273. #endif
  274.  
  275. #ifndef PRMDASH_H
  276. #include "PRMDash.h"
  277. #endif
  278.  
  279. #ifndef PRPICTUR_H
  280. #include "PRPictur.h"
  281. #endif
  282.  
  283. #ifndef PRPOLY_H
  284. #include "PRPoly.h"
  285. #endif
  286.  
  287. #ifndef PRSHATTR_H
  288. #include "PRShAttr.h"
  289. #endif
  290.  
  291. #ifndef PRTXTBUF_H
  292. #include "PRTxtBuf.h"
  293. #endif
  294.  
  295. #endif // FW_PRECOMPILE_PRIVATE_HEADERS
  296.  
  297. #endif